Skip to content

[CW2-36] Linking Merch Store Link in nav bar and hamburger #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 1, 2024

Conversation

ericwu2205
Copy link

Changes:

  • Added merch store to nav bar and hamburger (can change text to just use icon)
  • Added hover zoom effect for merch store (might want to remove or add for all nav bar elements)
new navbar with merch image

Copy link
Contributor

@derekxu04 derekxu04 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok nice first ticket! Some small changes and then should be good to go

@@ -40,6 +40,16 @@ const Navbar = () => {
<Link href="/contact-us">
<div className="text-xl">{'//'} contact us</div>
</Link>
<a href="https://csesoc-merch.square.site/" className='flex xl:gap-3 lg:gap-1.5 md:gap-0.8 duration-300 hover:scale-105'>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think just get rid of the text and just have the icon, otherwise it's too much

Also, maybe make it so that the link opens in a new tab

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also thinking about it now, I think from experience navbars generally don't really have animations? Idk, just my opinion

@@ -50,6 +50,9 @@ export default function Hamburger() {
<li className="py-2 text-lg">
<Link href={'./contact-us'}>Contact Us</Link>
</li>
<li className="py-2 text-lg">
<a href="https://csesoc-merch.square.site/">Merchandise</a>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe call this merch store

@derekxu04 derekxu04 self-requested a review July 22, 2024 08:56
Copy link
Contributor

@derekxu04 derekxu04 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright nice work, maybe just make the link in the hamburger _blank as well, otherwise happy to merge!

@derekxu04 derekxu04 merged commit 7c9ebb7 into master Aug 1, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants